Skip to content

Release v0.10.0#82

Merged
sebcrozet merged 3 commits into
masterfrom
release-v0.10.0
May 24, 2026
Merged

Release v0.10.0#82
sebcrozet merged 3 commits into
masterfrom
release-v0.10.0

Conversation

@sebcrozet
Copy link
Copy Markdown
Member

Release v0.10.0 (24 May 2026)

  • Update the rand dependency to 0.10 (from 0.8). As a side-effect, the Distribution<T> for StandardUniform
    implementations for SIMD types containing isize/usize now generate random values via fill_bytes(), because
    rand 0.9 removed the uniform distribution for isize/usize. See #76.
  • Update the wide dependency to 1.0 (from 0.7). See #78.
  • Add the f32x1, f64x1, i*x1, u*x1, m*x1 type aliases (and the corresponding trait implementations) when
    the portable_simd feature is enabled. See #67.
  • Fix build with the portable_simd feature on recent nightly (adapt to Mask::from_int/to_int being renamed
    to from_simd/to_simd). See #79.
  • Drop the paste build-time dependency; the macro-generated ComplexField/SimdComplexField method declarations
    are now written out explicitly. See #71.

@sebcrozet sebcrozet merged commit 9a415d9 into master May 24, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant